@charset "utf-8";
/*
 * artDialog skin
 * (c) 2009-2013 TangBin,
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 */

/* common start */
body {
    _margin: 0;
    _height: 100%;
}

/*IE6 BUG*/
.d-outer {
    text-align: left;
    outline: none 0;
}

.d-border,
.d-dialog {
    border: 0 none;
    margin: 0;
    border-collapse: collapse;
    width: auto;
}

.d-nw,
.d-n,
.d-ne,
.d-w,
.d-c,
.d-e,
.d-sw,
.d-s,
.d-se,
.d-header,
.d-main,
.d-footer {
    padding: 0;
}

.d-header,
.d-button {
    font: 18px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
    _font-family: Tahoma, Arial, Helvetica, STHeiti;
    -o-font-family: Tahoma, Arial;
}

.d-title {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.d-state-noTitle .d-title {
    display: none;
}

.d-close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    _cursor: pointer;
}

.d-close:hover {
    text-decoration: none;
}

.d-main {
    text-align: center;
    vertical-align: middle;
    min-width: 9em;
}

.d-content {
    text-align: left;
    border: 0 none;
    padding: 30px 0!important;
}

.d-content.d-state-full {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    height: 100%;
}

.d-loading {
    width: 96px;
    height: 32px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    background: url(loading.gif) no-repeat center center;
}


.d-button {
    margin: 0 5px;
    padding: 0 24px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    letter-spacing: 2px;
    font-family: Tahoma, Arial/9 !important;
    width: auto;
    min-width: 96px;
    overflow: visible;
    color: #06c;
    background-color: #f9f9f9;
    border: 1px solid #e1e5e5;
}

.d-button::-moz-focus-inner,
.d-button::-moz-focus-outer {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.d-button:focus {
    outline: none 0;
    border-color: #426DC9;
}

.d-button:not(:disabled):hover {
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
}

.d-button:active {
    background-color: #fdfdfd;
    border: 1px solid #e5e5e5;
}

.d-button[disabled] {
    opacity: .5;
    cursor: default;
}

.d-state-highlight {
    color: #FFF;
    border: 1px solid #2983cc;
    background: #255BDB;
}

.d-state-highlight:not(:disabled):hover {
    background-color: #49a6f2;
    border: 1px solid #2c91e1;
}
.d-state-highlight:not(:disabled):active {
    background-color: #49a6f2;
    border: 1px solid #2c91e1;
}

.d-mask {
    background: #000;
    filter: alpha(opacity=70);
    opacity: .7;
}

/* common end */

.d-inner {
    background: #FFF;
}

.d-titleBar {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #363a44;
    position: relative;

}

.d-title {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    line-height: 24px;
}
.elder .d-title {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    line-height: 30px;
}


.d-nw {
    width: 30px;
    height: 30px;
    border-left: 3px solid #999;
    border-top: 3px solid #999;
    background: #fff;
}
.d-n {
    height: 30px;
    border-top: 3px solid #999;
    background-color: #fff;
}
.d-ne {
    width: 30px;
    height: 30px;
    border-right: 3px solid #999;
    border-top: 3px solid #999;
    background: #fff;
}

.d-w {
    border-left: 3px solid #999;
    background-color: #fff;
}

.d-e {
    border-right: 3px solid #999;
    background-color: #fff;
}

.d-sw {
    width: 30px;
    height: 30px;
    border-left: 3px solid #999;
    border-bottom: 3px solid #999;
    background: #fff;
}
.d-s {
    height: 30px;
    border-bottom: 3px solid #999;
    background: #fff;
}
.d-se {
    width: 30px;
    height: 30px;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
    background: #fff;
}

.d-close {
    position: absolute;
    width: 48px;
    height: 48px;
    right: -46px;
    top: -46px;
    border-radius: 100px;
    background: #fff;
    color: #aeb8cf;
    border: none;
    font-size: 40px;
    box-shadow: 0 2px 5px rgba(0, 14, 109, .3);
    font-family: "zy";
    text-align: center;
    line-height: 40px;
}

.d-close:hover {
    box-shadow: 0 2px 5px rgba(0, 14, 109, .5);
}


.d-buttons {
    border-top: 2px solid #363a44;
    padding-top: 20px;
    text-align: center;
    white-space: nowrap;
}

.d-state-noTitle .d-nw,
.d-state-noTitle .d-ne,
.d-state-noTitle .d-sw,
.d-state-noTitle .d-se {
    width: 3px;
    height: 3px;
}

.d-state-noTitle .d-inner {
    border: 1px solid #666;
    background: #FFF;
}

.d-state-noTitle {
    box-shadow: none;
}

.d-state-noTitle .d-nw,
.d-state-noTitle .d-n,
.d-state-noTitle .d-ne,
.d-state-noTitle .d-w,
.d-state-noTitle .d-e,
.d-state-noTitle .d-sw,
.d-state-noTitle .d-s,
.d-state-noTitle .d-se {
    background: rgba(0, 0, 0, .05);
    background: #000\9 !important;
    filter: alpha(opacity=5) !important;
}

.d-state-noTitle .d-titleBar {
    bottom: 0;
    _bottom: 0;
    _margin-top: 0;
}

.d-state-noTitle .d-close {
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    font-family: Helvetica, STHeiti;
    _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
    font-size: 18px;
    text-decoration: none;
    color: #214FA3;
    background: none;
    filter: !important;
}

.d-state-noTitle .d-close:hover,
.d-state-noTitle .d-close:active {
    text-decoration: none;
    color: #900;
}